home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000043_news@columbia.edu _Mon Sep 25 11:38:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA14874
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 25 Sep 2000 11:38:48 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA21511
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 25 Sep 2000 11:38:45 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA23583
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 25 Sep 2000 11:35:04 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Bruce Phipps" <bruce_phipps@my-deja.com>
  13. Subject: Re: Sending carriage returns
  14. Date: Mon, 25 Sep 2000 16:34:00 +0100
  15. Organization: CompuServe Interactive Services
  16. Message-ID: <8qnraf$q4a$1@sshuraab-i-1.production.compuserve.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Frank,
  20.  
  21. I solved this by inserting
  22.  
  23. sleep 3 ;give the remote computer time to react
  24.  
  25. Also, i have discovered the lineout command, which automatically adds a
  26. carriage return
  27.  
  28. lineout hello
  29.  
  30. Thanks
  31. Bruce
  32.  
  33.